home *** CD-ROM | disk | FTP | other *** search
/ Super PC 19 / Super PC 19 (Curso OS-2 y shareware).iso / spc / graf / alchemy / samples / read.me2 < prev    next >
Encoding:
Text File  |  1994-04-14  |  928 b   |  24 lines

  1.  
  2. This directory contains the following files:
  3.  
  4. sample.jpg:
  5.     A sample 640x480 colour JPEG image.
  6.  
  7. sample.ucr
  8. gray.ucr:
  9.     Sample undercolour removal files; sample.ucr is for colour images,
  10.     while gray.ucr is for grayscale images.  These files are only
  11.     useful for output formats which use the CMYK colour space.  See the
  12.     user's manual for a description of undercolour removal files.
  13.  
  14. mkucr.c
  15. mkucr.exe:
  16.     A program for creating other undercolour removal files.  Usage is:
  17.     "mkucr gamma blackRemoval >outputFile".  gamma is a real number,
  18.     generally between 1.0 and 4.0.  blackRemoval is a percentage
  19.     indicating how much black to remove from the cyan, magenta, and
  20.     yellow components.  outputFile is simply the name of the
  21.     undercolour removal file to create.  The two sample files above
  22.     were created with: "mkucr 2.2 67 >sample.ucr" and "mkucr 2.2 100
  23.     >gray.ucr".  
  24.